WAIT MOUSE

This command will pause the program from running until a mouse button is pressed.

  Syntax
WAIT MOUSE
  Returns

This command does not return a value.

  Description

To detect for a specific mouse button, please refer to the MOUSECLICK() command.

  Example Code
PRINT "press any mouse button"
WAIT MOUSE
  See also

CORE Commands Menu
Index